home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000045_news@columbia.edu _Tue Jan 14 15:17:25 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id PAA18277 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Jan 1997 15:17:25 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id PAA24781 for kermit.misc@watsun; Tue, 14 Jan 1997 15:17:24 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Kermit tcp/ip
  8. Date: 14 Jan 1997 20:17:22 GMT
  9. Organization: Columbia University
  10. Lines: 16
  11. Message-ID: <5bgpki$l$1@apakabar.cc.columbia.edu>
  12. References: <5bgm01$bll@lynx.unm.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:6401
  15.  
  16. In article <5bgm01$bll@lynx.unm.edu>, Neal Mazer <mazer@technet.nm.org> wrote:
  17. : I'd like to use kermit over a PPP connection.  I'm using 
  18. : winsock 2.0b.  Is this possible?  If so, how?
  19. What operating system?  If Windows 95 or NT, you can use Kermit 95:
  20.  
  21.   http://www.columbia.edu/kermit/k95.html
  22.  
  23. If Windows 3.x, then the software would be MS-DOS Kermit, but you can't use
  24. it with Winsock; you would need to use its built-in TCP/IP stack directly over
  25. the PPP driver.
  26.  
  27. There is also a shim from Dan Lanciani called ndis3pkt that has been used
  28. to make Winsock and MS-DOS Kermit's TCP/IP stacks coexist.
  29.  
  30. - Frank